/* 首页头部 */
.nheader{
    border-top: 0;
    position: absolute;
    top: 0;
    background-color: #ffffff00;
    transition: 0.3s;
    box-shadow: none;
}
.nnav{
    opacity: 0;
}
.nheader:hover{
    background-color: #fff;
}
.nheader:hover .nnav{
    opacity: 1;
}

/* 内容 */

/* 轮播 */
.swiper{
    height: 100vh;
}
.swiper-slide img{
    height: 100%;
    width: 100%;
}

/* 轮播结束 */

.section {
    width: 1200px;
    min-height: 290px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.mk1 {
    width: 420px;
    height: 290px;
}

.mk2 {
    width: 23%;
    height: 290px;
}

.gsxx, .cgal, .tpxw {
    width: 100%;
}

.titbox1 {
    height: 40px;
    border-bottom: 3px solid #d0d8e5;
    display: flex;
    align-items: center;
}

.titbox1>span:nth-child(1) {
    color: #165ca2;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    height: 42px;
    border-bottom: 3px solid #0b539d;
}

.titbox1>span:nth-child(2) {
    color: #6a9dd8;
    font-size: 13px;
    padding-left: 5px;
}

/* 公司新闻滚动 */
.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
    height: 150px;
}

.tempWrap {
    margin: auto;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
    display: block;
    width: 100%;
}

.picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    /* width: 420px; */
}

.picScroll-left .hd .next {
    position: absolute;
    bottom: 0px;
    left: 25px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url(../images/njdt_7.png) no-repeat;
    background-size: 100% 100%;
}

.picScroll-left .hd .prev {
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    background: url(../images/njdt_77.png) no-repeat;
    background-size: 100% 100%;
}

.picScroll-left .hd .next:hover {
    background: url(../images/njdt_6.png) no-repeat;
}

.picScroll-left .hd .prev:hover {
    background: url(../images/njdt_66.png) no-repeat;
}

.picScroll-left .bd ul li .title {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
}

.picScroll-left .bd ul li .title .tt {
    color: #ba1c1c;
    font-weight: bold;
    font-size: 16px;
    display: inline-flex;
}

.picScroll-left .bd ul li .title .date {
    color: #bac1c8;
    font-size: 16px;
    display: inline-flex;
}

.picScroll-left .bd ul li .txtbox {
    display: flex;
    justify-content: space-between;
}

.picScroll-left .bd ul li .txtbox>img {
    width: 130px;
    height: 83px;
    display: inline-flex;
}

.picScroll-left .bd ul li .txtbox .txtcont>p {
    font-size: 15px;
    padding-left: 15px;
}

.picScroll-left .bd ul li .txtbox .txtcont>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ba1c1c;
    font-family: inherit;
    font-size: 13px;
    margin-left: 15px;
    position: relative;
}

.picScroll-left .bd ul li .txtbox .txtcont>a>img {
    width: 16px;
    height: 16px;
    position: relative;
    top: -1px;
}

/* 公司滚动结束 */
.gsselectbox {
    margin-top: 30px;
}

.gsselectbox>p {
    color: #ba1c1c;
    font-weight: bold;
    font-size: 16px;
}

.gsselectbox select {
    margin-top: 8px;
    padding-left: 8px;
    width: 240px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border: 1px solid #d0d8e5;
    background: url(../images/njdt_8.jpg) no-repeat right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.alcont .title {
    display: flex;
    justify-content: space-between;
}

.alcont .title .tt {
    font-weight: bold;
    font-size: 16px;
    display: inline-flex;
    padding-left: 15px;
    background: url(../images/njdt_8.png) no-repeat left 5px;
    cursor: pointer;
}

.alcont .title .tt:hover {
    color: #ba1c1c;
    background: url(../images/njdt_10.png) no-repeat left 5px;
}

.alcont .title .date {
    color: #bac1c8;
    font-size: 16px;
    display: inline-flex;
}

.alcont .text {
    padding-left: 15px;
    line-height: 25px;
    margin-top: 11px;
}

.alcont ul li {
    border-bottom: 1px dotted #d0d8e5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.alcont ul li:nth-last-child(1) {
    border-bottom: none;
}

.alcont .more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ba1c1c;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    position: relative;
    margin-top: 8px;
}

.alcont .more>img {
    width: 19px;
    height: 19px;
    position: relative;
    left: 3px;
    top: -1px;
}

/* 图片新闻 */
.tpxwcont {
    margin-top: 10px;
}

.slideBox {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.slideBox .hd {
    overflow: hidden;
    position: absolute;
    bottom: 22px;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
}

.slideBox .hd ul li {
    margin: auto;
    width: 15px;
    height: 20px;
    background: #2b3541;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.slideBox .hd ul li.on {
    background: #ce302f;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd img {
    width: 100%;
    height: 230px;
    display: block;
}

.slideBox .bd p {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #00000088;
    color: white;
    text-align: center;
}


/* 联系我们 */
.lxwm_tit{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
}

.lxwm_main{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
    margin-top: 40px;
}
.lxwm_main>img{
    width: 50%;
    min-height: 340px;
}

.lxwm_text{
    display: flex;
    flex-direction: column;
    width: 45%;
    padding-top: 30px;
}

.lxwm_text .name{
    color: #0b539d;
    font-weight: bold;
    font-size: 20px;
}
.lxwm_text .name span{
    border-bottom: 1px solid #0b539d;
    padding-right: 10px;
    padding-bottom: 10px;
}
.lxwm_text .txt{
    display: flex;
    align-items: center;
    margin-top: 25px;
    color: #666;
    position: relative;
}
.lxwm_text .txt img{
    width: 32px;
    margin-right: 1rem;
    position: relative;
    top: 2px;
}